@CHARSET "UTF-8";
#home-slider{
    height: 600px;
}
.sy-pager{
    display: none;
}
@media (min-width: 768px){
    body>.container{
        position: relative;
        /*margin-top: -60px;*/
        z-index: 9999;
    }
    .navbar{
        z-index: 99999;
    }
    .sy-box{
        height: 500px;
    }
    .sy-slide>a{
        height: 600px;
    }
    .product-frame{
        height: 530px;
    }
    .product-cover>.md-div>h3{
        font-size: 24px;
    }
    .video-preview{
        padding: 30px;
    }
    .video-preview-link{
        height: 280px;
    }
}
@media (max-width: 768px){
    .sy-box{
        height: 250px;
    }
    .sy-slide>a{
        height: 250px;
    }
    .product-frame{
        height: 300px;
    }
    .product-info{
        height: 100%;
    }
    .product-cover>.md-div>h3{
        font-size: 24px;
    }
    .video-preview{
        padding: 10px;
    }
    .video-preview-link{
        height: 160px;
    }
}
.sy-list .sy-slide{
    overflow: hidden;
}
.sy-slide>a{
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.product-title{
    color: #e0e0e0;
    background-color: #2e65c9;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.product-frame{
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #e0e0e0;
    text-decoration:none;
}
.product-frame *, .product-frame:focus *, .product-frame:hover *{
    color: #e0e0e0;
    text-decoration: none !important;
}
.product-cover{
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.product-frame:hover .product-cover{
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.product-cover>.md-div{
    width: 100%;
    height: 200px;
    padding: 20px;
}
.product-cover>.md-div>h3{
    margin-top: 10px;
    line-height: 36px;
    width: 100%;
}
.product-cover>.md-div>img{
    margin: 0;
    width: 96px;
    height: 96px;
}
.product-info{
    position: absolute;
    opacity: 1;
    padding: 20px 10px;
    bottom: -300px;
    background: rgba(0,20,79,0.66);
    text-align: center;
    width: 100%;
    max-height: 100%;
    -webkit-transition: opacity 0.5s, bottom 0.5s;
    -moz-transition: opacity 0.5s, bottom 0.5s;
    -ms-transition: opacity 0.5s, bottom 0.5s;
    -o-transition: opacity 0.5s, bottom 0.5s;
    transition: opacity 0.5s, bottom 0.5s;
}
.product-frame:hover .product-info{
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity 0.5s, bottom 0.5s;
    -moz-transition: opacity 0.5s, bottom 0.5s;
    -ms-transition: opacity 0.5s, bottom 0.5s;
    -o-transition: opacity 0.5s, bottom 0.5s;
    transition: opacity 0.5s, bottom 0.5s;
}
.product-info>h3{
    line-height: 36px;
    font-weight: bold;
    font-size: 24px;
}
.product-info>.product-content{
    padding: 15px 0;
}
.product-button{
    display: block;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin: 10px 50px;
    color: #e0e0e0;
    text-decoration:none;
}
.product-button:hover{
    color: #fff;
}
.video-row{
    background-color: #ffffff;
    padding: 30px 0;
}
.video-row>h3, h3.last-news-title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.video-row>h3{
    color: #e0e0e0;
}
.last-news-title{
    margin: 50px 0;
}
.video-preview{
    display: block;
}
.video-preview-link{
    display: block;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-preview-link>p{
    width: 100%;
    padding-left: 10px;
    line-height: 36px;
    background: rgba(0,0,0,0.7);
    color: #e0e0e0;
}
.video-preview-link>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    overflow: hidden;
    color: #e0e0e0;
}
.video-preview-link:hover .video-play-btn{
    color: #adadad;
}
#video-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
}
#video-play-html{
    position: fixed;
    width: 100%;
    top: 20%;
    bottom: 20%;
}
.video-mask-close{
    position: absolute;
    color: #e0e0e0;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.tc-gridbox .header .item-image{
    padding-bottom:50%;
}
.tc-gridbox .header h3 a{
    line-height: 36px;
}
.news-content img{
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
}
.news-item{
    border-bottom-width:1px;
    border-bottom-color: #e5e5e5;
    border-bottom-style: dashed;
    padding-bottom: 10px;
    padding-top: 10px;
}
.news-item:hover .new-more::after{
    opacity: 1;
    cursor: pointer;
}
.news-item:hover .new-more::before{
    opacity: 1;
    cursor: pointer;
}
.news-item img{
    cursor: pointer;
    transition: all 0.6s;
}
.news-item:hover img{
    transform: scale(1.2);
}

.news-item:hover .new-more span{
    margin-left: -30px;
}
.news-description{
    color: #999;
}

.left-new-title{
    font-size: 16px;
}
.left-new-tit{
    padding-top: 20px;
}

.left-new-img{
    padding-top: 10px;
}

.left-new-content{
    color: #999;
    font-size:14px;
}

.right-news{
    margin-bottom: 30px;
}

.new-more{
    width: 108px;
    display: block;
    cursor: pointer;
    height: 30px;
    background: #fff;
    transition: all .3s ease-out 0s;
    position: relative;
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    font-size: 11px;
    color: #999;
    line-height: 30px;
    text-align: center;
}
.new-more span{
    transition: all .3s ease-out;
}

.new-more::before{
    opacity: 0;
    content: "";
    transition: all .3s ease-out;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: rgb(248, 147, 31);
}
.new-more::after{
    opacity: 0;
    content: "";
    background: url(__TMPL__/public/assets/images/more-arrow.png) no-repeat center;
    position: absolute;
    top: 4px;
    right: 7px;
    width: 20px;
    height: 20px;
    display: block;
}
.news-head h4{
    font-size: 12px;
    color: rgb(127, 127, 127)
}
.news-head hr{
    width: 8%;
}
.news-head h3,h4,hr{
    text-align: center;
}
time{
    color: #666;
    font-size: 12px;
    margin-top: 10px;
}

.rigth-new-img{
    overflow: hidden;
}


.caption-wraper {
    position: absolute;
    left: 50%;
    bottom: 2em;
}

.caption-wraper .caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    padding: 0.4em 1em;
    color: #fff;
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    -o-border-radius: 1.2em;
    border-radius: 1.2em;
}

.tc-gridbox {
    margin: 0;
}

.right-item-box{
    width: 90%;
    height: 350px;
    margin-left: 20px;
    text-align: center !important;
    position: relative;
}
.box-content{
    background-color: rgba(0,20,79,0.66);
    color: white;
    height: 10%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 1%;
    font-size: 15px;
    font-weight: 700;
}
.left-about-content{
    line-height: 250%;
}

@media (max-width: 1440px){
    .new-more{
        display: none;
    }
    .news-description{
        display: none;
    }
}
@media (max-width: 992px){
    .left-new{
        display: none;
    }
    .hidden-left-news{
        display: block;
    }
}
@media (max-width: 767px) {
    .right-news h4{
        font-size: 12px;
    }
    .caption-wraper {
        left: 0;
        bottom: 0.4em;
    }
    .right-item-box{
        width: 90%;
        height: 250px;
        margin-left: 20px;
        text-align: center !important;
        position: relative;
    }
    .box-content{
        background-color: rgba(0,20,79,0.66);
        color: white;
        height: 10%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 1%;
        font-size: 15px;
        font-weight: 700;
    }
    .caption-wraper .caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
}